deleteSimApn

abstract fun deleteSimApn(slotId: String, apn: Apn): ApnStatus

Deletes an APN from the specified SIM slot.

Return

the status of the APN deletion as an ApnStatus object

Parameters

slotId

the SIM slot identifier

apn

the APN to delete